Contribution org.nuxeo.ecm.webdav.auth.config--specificChains
In component org.nuxeo.ecm.webdav.auth.config
org.nuxeo.ecm.webdav.auth.config
inside nuxeo-webdav-5.8.jar
This contribution is part of XML component Extension Point
Extension point specificChains of component PluggableAuthenticationService.Contributed Items
XML Source
<extension point="specificChains" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
<specificAuthenticationChain name="WebDAV">
<urlPatterns>
<url>(.*)/site/dav.*</url>
</urlPatterns>
<replacementChain>
<plugin>DIGEST_AUTH</plugin>
<plugin>WEBDAV_BASIC_AUTH</plugin>
<plugin>ANONYMOUS_AUTH</plugin>
</replacementChain>
</specificAuthenticationChain>
</extension>